From: Richard M. Stallman Date: Fri, 1 Mar 1996 15:37:33 +0000 (+0000) Subject: Add provide call. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~84345 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2aea64fbe1d520cae0419e14496c5b6a0feb1819;p=emacs.git Add provide call. --- diff --git a/lisp/skeleton.el b/lisp/skeleton.el index 9b360e7ce97..399aead1dba 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el @@ -514,4 +514,6 @@ symmetrical ones, and the same character twice for the others." ;;; (setq i (1+ i)))) ;;; (run-hooks 'mirror-mode-hook)) +(provide 'skeleton) + ;; skeleton.el ends here